SpellCheckCompleted

public interface SpellCheckCompleted implements BrowserEvent

An event indicating that spell checking on the frame has been completed.

Functions

Link copied to clipboard
public Browser browser()
Returns the Browser instance initiated this event.
Link copied to clipboard
Returns a string that represents the text that has been checked by the spell checker.
Link copied to clipboard
public Frame frame()
Returns the Frame instance in which spell checking has been completed.
Link copied to clipboard
Returns an immutable list of the spell checking results.